home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / program / 441 / aessrc12 / aesform3.s < prev    next >
Text File  |  1990-11-23  |  857b  |  29 lines

  1.  
  2. ;*========================================================================
  3. ;*
  4. ;* AESFAST Public Domain GEM bindings.
  5. ;*
  6. ;*========================================================================
  7.  
  8.           .include  "aesfast.sh"
  9.           
  10. ;*************************************************************************
  11. ;*
  12. ;* Form Manager routines 3 of 3.
  13. ;*
  14. ;*************************************************************************
  15.  
  16. ;-------------------------------------------------------------------------
  17. ; form_alert
  18. ;-------------------------------------------------------------------------
  19.  
  20. _form_alert::
  21.           .cargs    #4,.def,.ptext
  22.           AControl  52,1,1,1
  23.           lea       .def(sp),a1         ; -> intin
  24.           lea       .ptext(sp),a0       ; -> addrin
  25.           ACall     RET2USER
  26.  
  27. ;         end of code
  28.  
  29.